ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / MacdBase<T> Class / FastPeriod Property

In This Topic
    FastPeriod Property (MacdBase<T>)
    In This Topic
    Gets or sets the fast exponential moving average period for the MACD line.
    Syntax
    'Declaration
     
    Public Property FastPeriod As Double
    public double FastPeriod {get; set;}
    See Also